    @media(min-width: 480px) and (max-width:799px) {
        .sliderHomeBullets.slider_alias_4 .slide-1 .textBlock {
            text-align: left;
            top: 70%;
            left: 0
        }
        .sliderHomeBullets.slider_alias_4 .slide-1 .order {
            left: auto;
            right: 0;
            top: 74%;
            margin-right: 0
        }
        .sliderHomeBullets.slider_alias_4 .slide-2 .textBlock {
            text-align: left;
            top: 70%;
            left: 0
        }
        .sliderHomeBullets.slider_alias_4 .slide-2 .order {
            left: auto;
            right: 0;
            top: 74%;
            margin-right: 0
        }
    }
    
    @media(max-width: 479px) {
        .sliderHomeBullets.slider_alias_4 .slide-1 .textBlock {
            text-align: center;
            top: 50%;
            left: 0;
            right: 0
        }
        .sliderHomeBullets.slider_alias_4 .slide-1 .order {
            left: 50%;
            right: auto;
            top: 75%;
            margin-right: 0;
            margin-left: -6em
        }
        .sliderHomeBullets.slider_alias_4 .slide-2 .textBlock {
            text-align: left;
            top: 70%;
            left: 0
        }
        .sliderHomeBullets.slider_alias_4 .slide-2 .order {
            left: auto;
            right: -3px;
            top: 74%;
            margin-right: 0
        }
    }
    /* Custon Styles */
    
    .openResponsiveMenu {
        border-top: none;
    }
    
    .openResponsiveMenu {
        margin-bottom: 1px !important;
    }
    
    @media (max-width: 467px) {
        .openResponsiveMenu {
            margin-top: 0px !important;
        }
    }
    
    .responsive_menu .openResponsiveMenu {
        text-align: right;
        position: relative;
        top: -18px;
        font-weight: 500;
    }
    
    @media (max-width: 800px) {
        header.noFixMenu .topWrap .logo {
            padding: 3px 0;
            margin: 6px 0;
        }
    }
    
    @media (max-width: 479px) {
        header.noFixMenu .topWrap .logo {
            padding: 3px 0;
            margin: 6px 0;
        }
    }
    
    .copyWrap .copy .copyright {
        margin: 0 0 0px 0;
    }
    
    .contactFooter .logo img {
        vertical-align: baseline;
        height: auto;
    }
    
    @media (max-width: 479px) {
        .contactFooter .logo img {
            height: auto;
        }
        .copyWrap .copy .copyright {
            margin: 0px 0 0px 0;
        }
    }
    
    .rs-latest-news .news-list-block {
        text-align: left;
    }
    
    .rs-latest-news .news-list-block .news-list-item {
        overflow: hidden;
        padding: 15px;
        border: 1px solid rgba(34, 34, 34, 0.1);
        transition: all 0.3s ease 0s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .rs-latest-news .news-list-block .news-list-item .news-img {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 15px;
        float: left;
    }
    
    .rs-latest-news .news-list-block .news-list-item .news-content {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        float: left;
    }
    
    .rs-latest-news .news-list-block .news-list-item .news-title {
        font-size: 16px;
        margin-bottom: -20px;
    }
    
    .rs-latest-news .news-list-block .news-list-item .news-date {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    
    .rs-latest-news .news-list-block .news-list-item .news-desc p {
        margin-bottom: 0;
    }
    
    .rs-latest-news .news-list-block .news-list-item .news-date i {
        font-size: 15px;
        font-weight: 500;
        display: inline-block;
        margin-right: 4px;
        color: #ff3115;
    }
    
    .rs-latest-news .news-list-block .news-list-item .news-title a {
        color: #fff;
    }
    
    .rs-latest-news .news-list-block .news-list-item .news-desc p {
        font-size: 16px;
        margin-bottom: -35px;
    }
    
    .row:before,
    .row:after {
        display: none;
    }
    /* Gallery */
    
    .gal-container {
        padding: 12px;
    }
    
    .gal-item {
        overflow: hidden;
        padding: 3px;
    }
    
    .gal-item .box {
        height: 250px;
        overflow: hidden;
    }
    
    .box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        -o-object-fit: cover;
    }
    
    .gal-item a:focus {
        outline: none;
    }
    
    .gal-item a:after {
        content: "\e003";
        font-family: 'Glyphicons Halflings';
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.75);
        position: absolute;
        right: 3px;
        left: 3px;
        top: 3px;
        bottom: 3px;
        text-align: center;
        line-height: 255px;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    
    .gal-item a:hover:after {
        opacity: 1;
    }
    
    .modal-open .gal-container .modal {
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .modal-open .gal-item .modal-body {
        padding: 0px;
    }
    
    .modal-open .gal-item button.close {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #000;
        opacity: 1;
        color: #fff;
        z-index: 999;
        right: -12px;
        top: -12px;
        border-radius: 50%;
        font-size: 15px;
        border: 2px solid #fff;
        line-height: 25px;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    }
    
    .modal-open .gal-item button.close:focus {
        outline: none;
    }
    
    .modal-open .gal-item button.close span {
        position: relative;
        top: -3px;
        font-weight: lighter;
        text-shadow: none;
    }
    
    .gal-container .modal-dialogue {
        width: 80%;
    }
    
    .gal-container .description {
        position: relative;
        height: 40px;
        top: -40px;
        padding: 10px 25px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: left;
    }
    
    .gal-container .description h4 {
        margin: 0px;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
    }
    
    .gal-container .modal.fade .modal-dialog {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        top: 100px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .gal-container .modal.fade.in .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 1;
    }
    
    @media (min-width: 768px) {
        .gal-container .modal-dialog {
            width: 55%;
            margin: 50 auto;
        }
    }
    
    @media (max-width: 768px) {
        .gal-container .modal-content {
            height: 250px;
        }
    }
    /* Principal Details */
    
    .teacher-profile .teacher-info {
        padding: 30px 0;
    }
    
    .teacher-profile .profile-details {
        border: solid 3px #02cbf7;
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .teacher-profile .profile-details .details-slide {
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 0;
        overflow: hidden;
    }
    
    .teacher-profile .sosiyal-share h4 {
        padding-bottom: 10px;
        color: #555;
    }
    
    .details-slide p {
        padding-bottom: 5px;
    }
    
    .teacher-profile .teacher-info {
        padding: 10px 0;
    }
    
    .only-description {
        padding: 0;
        background: #f9f9f9;
    }
    
    .about-us-2x .container-out-left {
        background: #f7f6f6;
        width: 200%;
        margin-left: -100%;
        padding: 100px 110px 100px 100%;
    }
    
    .about-us-2x .about-us-left h2 {
        font-size: 32px;
        font-weight: 300;
        color: #454545;
        margin-bottom: 0px;
    }
    
    .about-us-2x .about-us-left h2 span {
        color: #02b3e4;
    }
    
    .about-us-2x .about-us-left p {
        margin-bottom: 0px;
    }
    
    .about-us-2x .container-out-right {
        padding: 100px 0 70px 80px;
    }
    
    @media screen and (max-width: 768px) {
        .about-us-2x .container-out-left {
            padding: 50px 15px 0 100%;
        }
        .about-us-2x .container-out-right {
            padding: 30px 0 50px 1px;
        }
        .about-us-2x .about-us-left {
            margin-bottom: 0;
        }
    }
    
    @media only screen and (max-width: 800px) {
        #no-more-tables {
            width: 100%;
            overflow-x: scroll;
        }
        #no-more-tables th,
        #no-more-tables td {
            min-width: 200px;
        }
    }
    
    table#tableOne {
        margin-bottom: 0;
    }
    /* width */
    
    #no-more-tables::-webkit-scrollbar {
        /*width: 5px;*/
        height: 5px;
    }
    /* Track */
    
    #no-more-tables::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    /* Handle */
    
    #no-more-tables::-webkit-scrollbar-thumb {
        background: #999797;
    }
    /* Handle on hover */
    
    #no-more-tables::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    
    #no-more-tables td,
    #no-more-tables tbody th {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        line-height: normal;
        text-align: left;
        padding: 13px 15px;
    }
    
    #no-more-tables thead {
        background-color: #13a3ee;
        color: #fff;
        font-weight: 500;
    }
    
    .default-heading_norm {
        padding-bottom: 20px;
    }
    
    h2,
    .h2 {
        padding: 0px 0 20px 0;
    }
    
    #no-more-tables h3 {
        padding-bottom: 20px;
    }